-
Notifications
You must be signed in to change notification settings - Fork 38
docs: clarify Pro-plan notice for OSS (#368) #397
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
docs: clarify Pro-plan notice for OSS (#368) #397
Conversation
Signed-off-by: electricplayer <[email protected]>
WalkthroughThe Pro plan notice was updated to clarify plan inclusions, explicitly stating that the feature is part of the Pro plan but not the Lite plan. It now also mentions that public open-source repositories receive all Pro-tier features for free and provides links to an introduction and the pricing page for more details. Changes
Poem
✨ Finishing Touches🧪 Generate Unit Tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (2)
src/components/ProPlanNotice.mdx (2)
5-6
: Nitpick: refine phrasing and punctuation
For clarity and consistency, consider adding a comma after “public” and rephrasing for smoother reading. For example:- However, **public open-source repositories get every Pro-tier feature for free**. + However, **public, open-source repositories enjoy all Pro-tier features at no cost**.
7-8
: Ensure single-sentence flow and verify link
Lines 7–8 split one sentence into two fragments and may render as separate paragraphs. Merge them and confirm that../overview/introduction
resolves correctly:-Learn more in our [introduction](../overview/introduction) and see the full comparison -on the [pricing page](https://www.coderabbit.ai/pricing). +Learn more in our [introduction](../overview/introduction) and see the full comparison on the [pricing page](https://www.coderabbit.ai/pricing).
@@ -2,6 +2,9 @@ | |||
|
|||
:::info Pro Plan Feature | |||
|
|||
This feature is available exclusively as part of the Pro plan and is not included in the Lite plan. Please refer to our [pricing page](https://www.coderabbit.ai/pricing) for more information about our plans and features. | |||
This feature is part of the **Pro plan** and not included in the Lite plan. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's reword this to be super-specific. It's not so much about open-source repos versus non-open, it's more about whether the repository is public or private.
How's this for a reword:
This feature is part of the CodeRabbit Pro plan. You can use it with any public repository for free. To use it with a private repository, your organization must subscribe to CodeRabbit at the Pro tier or above. For more information on CodeRabbit pricing plans, see Pricing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this! See my one comment.
Adds clarity to pro-pplan note
Tackles #368